Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump web3 from 5.25.0 to 5.31.1 #156

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 8, 2022

Bumps web3 from 5.25.0 to 5.31.1.

Changelog

Sourced from web3's changelog.

v5.31.1 (2022-10-06)

Features


- Add new predefined block identifiers ``safe`` and ``finalized``. (`[#2655](https://github.com/ethereum/web3.py/issues/2655)
  <https://github.com/ethereum/web3.py/issues/2655>`__)

Bugfixes

  • Protobuf dependency breaks at version 3.20.2 and above; pin to 3.19.4 for now since that is the last non-breaking version for python 3.6. ([#2659](https://github.com/ethereum/web3.py/issues/2659) <https://github.com/ethereum/web3.py/issues/2659>__)
  • Protobuf dependency had a DoS-able bug. It was fixed in 3.19.5. See: https://nvd.nist.gov/vuln/detail/CVE-2022-1941 ([#2667](https://github.com/ethereum/web3.py/issues/2667) <https://github.com/ethereum/web3.py/issues/2667>__)

v5.31.0 (2022-09-19)

Features


- support multi-dimensional arrays for ABI tuples types (`[#2555](https://github.com/ethereum/web3.py/issues/2555)
  <https://github.com/ethereum/web3.py/issues/2555>`__)
- Support for ``Account`` class access in ``AsyncEth`` via
  ``async_w3.eth.account`` (`[#2590](https://github.com/ethereum/web3.py/issues/2590)
  <https://github.com/ethereum/web3.py/issues/2590>`__)
- Remove Kovan auto provider (`[#2649](https://github.com/ethereum/web3.py/issues/2649)
  <https://github.com/ethereum/web3.py/issues/2649>`__)
- Add Sepolia auto provider (`[#2650](https://github.com/ethereum/web3.py/issues/2650)
  <https://github.com/ethereum/web3.py/issues/2650>`__)

Bugfixes

  • Fix is_dynamic_fee_transaction and TRANSACTION_DEFAULTS when gas_price_strategy returns zero ([#2570](https://github.com/ethereum/web3.py/issues/2570) <https://github.com/ethereum/web3.py/issues/2570>__)
  • Allow classes to inherit from the Web3 class by attaching modules appropriately. ([#2587](https://github.com/ethereum/web3.py/issues/2587) <https://github.com/ethereum/web3.py/issues/2587>__)
  • Bump eth-account requirement to >=0.5.9,<0.6.0 to incorporate fix for ReDOS-able regex ([#2607](https://github.com/ethereum/web3.py/issues/2607) <https://github.com/ethereum/web3.py/issues/2607>__)
  • Allow hex for value field when validating via validate_payable()

... (truncated)

Commits
  • ffc004b Bump version: 5.31.0 → 5.31.1
  • dcdfb4f Compile release notes
  • 9d603ab [v5] Update protobuf (#2667)
  • 50c83b9 Pin protobuf to 3.19.4 for now:
  • f3b8bf4 Add support for safe and finalized block identifiers
  • 541c768 Revert "Add support for safe and finalized block identifiers"
  • 7a34359 Add support for safe and finalized block identifiers
  • d1bfcab Bump version: 5.30.0 → 5.31.0
  • fd3f0dc Compile release notes
  • f505b46 Add sepolia (#2639) (#2650)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [web3](https://github.com/ethereum/web3.py) from 5.25.0 to 5.31.1.
- [Release notes](https://github.com/ethereum/web3.py/releases)
- [Changelog](https://github.com/ethereum/web3.py/blob/v5.31.1/docs/releases.rst)
- [Commits](ethereum/web3.py@v5.25.0...v5.31.1)

---
updated-dependencies:
- dependency-name: web3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 8, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 3, 2022

A newer version of web3 exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant